home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / mailfile.arc / NEWFILES < prev    next >
Text File  |  1991-03-20  |  516b  |  19 lines

  1. if exist pcbstuff.kbd del pcbstuff.kbd >NUL
  2. l:\mailfile\newfiles l:\mailfile\flatfile.dat >pcbdoor.txt
  3. if errorlevel 3 goto usersys
  4. if errorlevel 2 goto args
  5. if errorlevel 1 pcboard
  6.   copy l:\mailfile\filelist.hdr+pcbdoor.txt pcbdoor2.txt >NUL
  7.   del pcbdoor.txt >NUL
  8.   ren pcbdoor2.txt pcbdoor.txt >NUL
  9.   goto end
  10. :usersys
  11.   echo Could not open USER.SYS!>pcbdoor.txt
  12. :pcboard
  13.   echo Could not open PCBOARD.SYS>pcbdoor.txt
  14.   got end
  15. :args
  16.   echo Not enough arguments!>pcbdoor.txt
  17. :end
  18. l:\pcb\board
  19.